home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / goobers.swf / scripts / frame_92 / PlaceObject2_43_44 / CLIPACTIONRECORD onClipEvent(load).as < prev   
Encoding:
Text File  |  2007-03-28  |  335 b   |  16 lines

  1. onClipEvent(load){
  2.    if(this._name == "enemy")
  3.    {
  4.       this._visible = false;
  5.    }
  6.    start_x = x;
  7.    start_y = y;
  8.    left = start_x - _parent.area_dimx / 2;
  9.    right = start_x + _parent.area_dimx / 2;
  10.    bottom = start_y + _parent.area_dimy;
  11.    num_frames_x = 10;
  12.    num_frames_y = 35;
  13.    frame = 0;
  14.    here = 1;
  15. }
  16.